Support inttypes.h and strtoumax in non-MinGW builds on Windows.
authorEli Zaretskii <eliz@gnu.org>
Wed, 27 Apr 2011 21:14:34 +0000 (00:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 27 Apr 2011 21:14:34 +0000 (00:14 +0300)
commit35aec940c19fed345f09a93e309cc5da72ce44c2
tree2b2261d8a6d6153a3e582dddf057b6c511a6dd12
parent28c61377d35e9c04399a5dc45606d3649d7e2750
Support inttypes.h and strtoumax in non-MinGW builds on Windows.

 nt/inc/inttypes.h: New file.
 nt/config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
 (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
nt/ChangeLog
nt/config.nt
nt/inc/inttypes.h [new file with mode: 0644]